drivers: ti: uart: remove UART_FCR writes
authorVarun Wadekar <[email protected]>
Fri, 21 Apr 2017 22:18:48 +0000 (15:18 -0700)
committerVarun Wadekar <[email protected]>
Fri, 21 Apr 2017 22:18:48 +0000 (15:18 -0700)
commit8178ea7cb101f02f20660242a2e7db43707a49fc
tree7bbaa0793446658a7abb543f480095b98cfab0e3
parent3fb340a2b45740d7233490ac9801d530403529e7
drivers: ti: uart: remove UART_FCR writes

This patch removes the code that touched UART_FCR, from
console_core_putc(). The check for whether transmit FIFO is
full is sufficient before writing to UART TX FIFO. In fact
setting UARTFCR_TXCLR immediately after a byte is written to
FIFO might even result in loss of that byte, if UART hasn't
sent that byte out yet.

Signed-off-by: Varun Wadekar <[email protected]>
drivers/ti/uart/aarch64/16550_console.S